<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*	CSS鏍峰紡鍒濆鍖�
*/
.clearfix{*zoom:1;}
.clearfix:after{
  content:"";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
*{
	margin:0;
	padding:0;
	list-style:none;
}
html{
	overflow-x:hidden;
	overflow-y:scroll;
}
html,body{
	height:100%;
}
body{
	
	font-size:12px;
	font-family:"寰蒋闆呴粦",arial;
	color:#333;
}
a{
	color:inherit;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:none;
	
	
}
abbr,acronym{
	border:none;
	font-variant:normal;
}
address,tt,i,b,big,small,em,strong,dfn,code,var,cite{
	font-style:normal;
	font-weight:normal;
}
article,aside,audio,canvas,footer,header,nav,section{
	display:block;
}
button,input[type="submit"],input[type="button"]{
	border:0 none;
	box-shadow:0 0 1px rgba(0,0,0,.2);
	cursor:pointer;
}
button:focus,input[type="submit"]:focus,input[type="button"]:focus,button:hover,input[type="submit"]:hover,input[type="button"]:hover{
	border-color:#666;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
	line-height:1.1;
}
img,fieldset,iframe{
	border:0;
}
img,input,select,button{
	vertical-align:middle;
}
input,textarea{
	border:1px solid #999;
}
ul li{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}</pre></body></html>